home *** CD-ROM | disk | FTP | other *** search
Wrap
function chgStep(n) { fscommand("ChangeStep",n); } function initradio(grp) { if(grp == 1) { ImageSize = ""; MainIntro.FullScreen.pnt.gotoAndStop(1); MainIntro.HalfScreen.pnt.gotoAndStop(1); } else if(grp == 3) { Action = ""; MainIntro.Create.pnt.gotoAndStop(1); MainIntro.Open.pnt.gotoAndStop(1); } } function LoadTitle(hclp, str) { hclp.loadMovie(str); trace(hclp._name + "," + str); } function ShowText(str, group, hclp) { CurrentCaption = hclp; xoffset = yoffset = 0; if(group == 2) { xoffset = - caption._width - 30; } caption.txt = str; caption._x = _root._xmouse + 15 + xoffset; caption._y = _root._ymouse + yoffset; } function HideText(hclp) { if(CurrentCaption == hclp) { caption._x = -200; CurrentCaption = null; } } function ShowTT(str, hclp) { CurrentTT = hclp; _root.tt = str; } function HideTT(hclp) { if(CurrentTT == hclp) { _root.tt = ""; } } tt = ""; _SelectType = ""; _SaveOnComp = ""; _ApplyType = ""; CurrentLink = ""; _ErrTxt = ""; _OkTxt = "<b>F{invalid_utf8=233}licitations.</b>\nVotre animation %1% est maintenant sur votre t{invalid_utf8=233}l{invalid_utf8=233}phone. Vous la trouverez dans l\'album images.\nVous pouvez l\'utiliser comme animation pour votre {invalid_utf8=233}cran d\'accueil, l\'associer avec un contact, l\'envoyer par MMS, et bien d\'autres..."; CurrentCaption; Action == ""; ImageSize = ""; fscommand("allowscale",false); if(frm != undefined) { if(this.getBytesLoaded() == this.getBytesTotal()) { gotoAndStop(2, frm); } } else { if(this.getBytesLoaded() == this.getBytesTotal()) { fscommand("load",this.getBytesLoaded() + "/" + this.getBytesTotal()); gotoAndStop("debut"); } play(); }